home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / chat / ircii-2.8he / ircii-2 / help / JOIN < prev    next >
Encoding:
Text File  |  1993-05-04  |  1.3 KB  |  33 lines

  1. Usage: JOIN [-INVITE|<channel_list> [<key>]]
  2.   Changes your current channel to the channel specified.
  3.   If no parameters are given, your current channel is displayed.
  4.  
  5.   Channel names begin with a # or & and may contain any character
  6.   except space, carriage return, null and line feed. For example,
  7.   #My_Channel, # or #!@$%^&* are valid channel names.
  8.   Channel names beginning with the character '&' are local to your server.
  9.  
  10.   If the specified channel does not already exist, it will be created.
  11.   Otherwise, if MODE +k <key> is enabled on the channel, you will have to
  12.   supply the <key> to complete join.
  13.  
  14. Available flags:
  15.   -INVITE
  16.     If the -INVITE switch is used, you will join the channel that you were
  17.     last INVITED to.  Or, if we wish to be grammatically correct,
  18.     you will join the channel to which you were last invited.
  19.  
  20. Note:
  21.   Joining a channel does not cause you to leave your previous
  22.   channel unless NOVICE is set to ON. See SET NOVICE
  23.   If you have NOVICE off, it is possible to join several channels
  24.   at the same time.. with
  25.     JOIN #channel1,#channel2,#channel3
  26.   You must use commas and no spaces to separate the channel names.
  27.  
  28.   CHANNEL and JOIN are identical.
  29.  
  30. See Also:
  31.   SET NOVICE
  32.   MODE for information about changing channel characteristics.
  33.